[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Int 62 Fn 00A6  u - Fgdriver V3.03 - "fg_tcxfer" - Copy Region Excluding   [V]

   AX = 00A6h
   CX = source video page
   DX = destination video page
   ES:BX -> copy record (see below)

Notes: For FGDRIVER v1.10, this function was unused; "FG_TCXFER" was AX=005Dh
   Pixels which are in any of the colors defined as transparent with
     "FG_TCMASK" (see AX=00A5h) are left unchanged in the destination
     region
   The source and destination regions must not overlap if they are located
     on the same page
   This call is ignored in text modes

See Also: AX=00A4h,AX=00A5h,AX=00A9h

Format of copy record:
Offset Size    Description
 00h   WORD    left edge column of source region
 02h   WORD    right edge column of source region
 04h   WORD    top edge row of source region
 06h   WORD    bottom edge row of source region
 08h   WORD    left edge of destination
 0Ah   WORD    bottom edge of destination

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson